home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / setup / vbnet / 23 web forms and controls / databinding / white_on_blue.ascx < prev   
Encoding:
Text File  |  2002-01-04  |  220 b   |  5 lines

  1. <div style="COLOR: White; BACKGROUND-COLOR: Blue">
  2.   <b><%# DataBinder.Eval(CType(Container, DataListItem).DataItem, "Title") %></b>-
  3.   <%# DataBinder.Eval(CType(Container, DataListItem).DataItem, "price") %>
  4. </div>
  5.